home *** CD-ROM | disk | FTP | other *** search
- Amiget 2.1
-
-
- Requires: rxsocket.library Aminet comm/tcp/rxsocket.lha
- rmh.library Aminet util/rexx/rmh.lha
- rxwiz.library Aminet util/rexx/rxwiz.lha
- rxasl.library Aminet util/rexx/rxasl.lha
- wizard.library Aminet or Haage
-
- Installation: copy rxwiz.library to LIBS:
- copy amiget.rexx amiget.wizard to rexx:
-
- Description: downloads files from web server
- it is usable in amirc too as
- /rx rexx:amiget.rexx
-
- Template: HOST/A,FILE/A,AS/K,PORT/K/N,TIMEOUT/K/N,PUBSCREEN/K,LOGIN/K,PASS/K,
- HELP/S,PROXY/K,PROXYPORT/K/N,NOCACHE=NC/S,DEBUG=DB/S,INFO/S,RESUME/K
-
- HOST the host name to connect
- FILE the file name with path to get
- AS local filename with path where to store the file got
- if none a requester will be opened
- if only path, use that path with the file part of FILE -
- default none
- PORT the porto to connect to - default 80
- TIMEOUT the general timeout - default none
- PUBSCREEN pubscreen name where to open window - default none
- LOGIN the login for auth requester, must be with PASS
- PASS the pass for auth request, must be with login
- the LOGIN:PASS string is send
- HELP show the template, for Amirc use, where ? doesn't work
- PROXY proxy to connect to
- PROXYPORT proxyport to conenct to - default 1080
- NOCACHE send a nocache to proxy
- DEBUG print to stdout infos
- INFO open a window with the head fields received from the server
- RESUME try to send a HTTP/1.1 request to resume the file.
-
- Usage: very simple, e.g. amiget ftp.unina.it /pub/aminet/
- get the index.hmtl of Aminet from unina
- A window with a gauge progress and an abort gadget will be opened.
-